type github.com/gotd/td/telegram.cachedCDNPool

8 uses

	github.com/gotd/td/telegram (current package)
		cdn_pool_manager.go#L14: type cachedCDNPool struct {
		cdn_pool_manager.go#L56: 	conns map[int][]cachedCDNPool
		cdn_pool_manager.go#L84: 		conns:   map[int][]cachedCDNPool{},
		cdn_pool_manager.go#L90: func (p cachedCDNPool) covers(need int64) bool {
		cdn_pool_manager.go#L102: func pickCDNPool(pools []cachedCDNPool, need int64) (CloseInvoker, bool) {
		cdn_pool_manager.go#L179: 	m.conns[dc] = append(m.conns[dc], cachedCDNPool{
		cdn_pool_manager.go#L213: 	m.conns = map[int][]cachedCDNPool{}
		cdn_pool_manager.go#L304: 	stale := append([]cachedCDNPool(nil), m.conns[dcID]...)